Method PartitionBy<TKey>(Expression<Func<TProps, TKey>>)

Assembly: redb.Core.dll

Partition by Props field.

public IWindowSpec<TProps> PartitionBy<TKey>(Expression<Func<TProps, TKey>> keySelector)